Add support section to README#179
Conversation
📝 WalkthroughWalkthroughA new ChangesREADME Support Section
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Bomly Diff SummaryCompared Overview
Dependency Changes✅ No dependency changes. Vulnerabilities✅ No vulnerability changes. License Changes✅ No license changes. Project Posture✅ No project posture changes (or Policy Findings✅ No policy differences were identified. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 210-214: The link in the Support section that references
https://bomly.dev/support is broken and returns a 404 error. Update the URL in
the "See [Support Bomly]" markdown link to point to a valid support or
sponsorship page for the Bomly project. Verify the new URL is correct and
accessible before merging.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: c90bd101-87c1-46a5-bf78-c4768ccb6c22
📒 Files selected for processing (1)
README.md
| ## Support | ||
|
|
||
| Bomly is an open-source project. If you find it useful, you can support the project by starring the repository, sharing feedback, opening issues, contributing improvements, or sponsoring ongoing maintenance. | ||
|
|
||
| See [Support Bomly](https://bomly.dev/support). |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Verify the external support link is accessible and returns a successful response.
# Test: Check HTTP status code for the support link
curl -s -I "https://bomly.dev/support" | head -1Repository: bomly-dev/bomly-cli
Length of output: 76
Fix broken external link in Support section.
The link https://bomly.dev/support returns HTTP 404 (Not Found). Update the URL to point to a valid support/sponsorship page before merging.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` around lines 210 - 214, The link in the Support section that
references https://bomly.dev/support is broken and returns a 404 error. Update
the URL in the "See [Support Bomly]" markdown link to point to a valid support
or sponsorship page for the Bomly project. Verify the new URL is correct and
accessible before merging.
Summary
Adds a short support section near the bottom of the Bomly CLI README. The section points readers to ways they can support the open-source project, including feedback, issues, contributions, and sponsorship.
Validation
git diff --check -- README.mdSummary by CodeRabbit